<script>on mouseEnterif the optionKey is downthen set the lockText of me to NOT the lockText of meend mouseEnteron mouseUpselect the clickLineplay item 1 of the selectionwait until the sound is doneend mouseUp</script>
</part>
<content>
<layer>background</layer>
<id>4</id>
<text>Glossary sounds S-Z</text>
</content>
<content>
<layer>background</layer>
<id>5</id>
<text>This file contains sounds you can hear in the Glossary of the Macintosh Electronic Reference. You can do several things from here:• To see a list of all topics in the reference, click List of Topics below.• To see the Glossary, an overview of the Macintosh Electronic Reference, or instructions, use the Reference menu.• To quit HyperCard, choose the Quit command from the File menu.</text>
<script>on playSoundsshow card field "Sounds"if the selectedLine is not empty thenput word 2 of the selectedLine into startCharelse put 1 into startCharwait until the mouse is uprepeat with lineNum = startChar to the number of lines ¬in card field "Sounds"if the mouseClick then exit repeatselect line lineNum of card field "Sounds"play item 1 of line lineNum of card field "Sounds"wait until the sound is donewait 1play silence rend repeatend playSounds</script>